/*重置*/
*{ margin:0; padding: 0; }
body{ margin:0; font-family:"微软雅黑";}
a{ text-decoration:none;}
a:hover{ text-decoration:underline; text-undeline-color:#7d0000; }
img{ border:none;}
.clear{clear: both;}
/*头部*/
.header-bj{
	width: 100%;
	height: 20px;
	background: #07468a;
}
.header{
	width: 1200px;
	height: 25px;
	margin: 0 auto;
}
.header p{
	font-size:14px ;
	color: white;
	line-height: 18px;
}
/*头部导航*/
.top{
	width: 1222px;
	height: 88px;
	margin: 0 auto;
}
.name{
	float: left;
	padding-top: 5px;
	margin:13px 0 0 20px;
}
.top img{
	float: left;
	padding-top:9px;
}
.name ul li{
	list-style: none;
	color: #666666;
}
.name ul li:first-child{
	font-size:25px ;
	font-weight: bold;
}
.name ul li:last-child{
	font-family: arial;
}
.nav{
	float: left;
	margin:0px 0 0 115px;
}
.nav>ul>li{
	list-style: none;
	float: left;
	margin-right: 42px;
	font-size: 18px;
	font-family: "微软雅黑";
	padding: 22px 0  18px 0;
	position: relative;
	overflow:hidden;
	text-align: center;
}
.nav>ul>li>a{
	text-decoration: none;
	color: #858585;
}

.tt{
	width: 1150px;
	margin: 0 auto;
}

.tt>li{
	float: left;
    width: 275px;
    background: #ffffff;
    margin-left: 10px;
    margin-top: 28px;
    height: 143px;
    text-align: center;
    line-height: 121px;
}
.tt>li>p:nth-child(1){
	height: 31px;
	color: #666666;
	font-size: 22px;
}
.tt>li>p:nth-child(2){
	text-transform: uppercase;
	color: #666666;
	font-size: 14px;
}
.erji-nav{
	width: 200px;
	height: 0px;
	background: #ededed;
	position: absolute;
	left: -68px;
	z-index: 9;
	margin-top:20px ;
    opacity:0;
	transition:all 0.5s linear;
}
.nav>ul>li:hover .erji-nav{
    height: 180px;
    opacity: 0.9;	
}
.nav>ul>li:hover{
	overflow:visible;
}
.nav>ul>li>a>span{    /*+号 */
	color: #077a3a;
	font-weight: bold;
}
/*二级导航*/
.erji-nav>ul>li{
	list-style: none;
	margin-top: 20px;
}
.erji-nav>ul>li>ul>li{
	list-style: none;
	font-size:14px ;
	margin-bottom: 5px;
}
.erji-nav>ul>li>ul>li>a{
	text-decoration: none;
	color: white;
}
.erji-nav>ul>li>ul>li:first-child>a{
	color: #666666;
	font-size: 16px;
}
.erji-nav>ul>li>ul>li:first-child{
	margin-bottom: 10px;
}

.jq{
	width: 1200px;
	margin: 0 auto;
	height: 600px;
}

.jq>ul>li{
	float: left;
	width: 550px;
	height: 668px;
}


.iq{
	width: 1200px;
	margin: 0 auto;
	height: 400px;
}

.iq>ul>li{
	float: left;
	width: 300px;
	height: 200px;
}
.qqy{
	width: 1200px;
	margin: 0 auto;
	height: 420px;
	margin-top: 128px;
}
.qqy>ul>li{
	float: left;
	width: 600px;
}
/*轮播*/
#box {
            position: relative;
            width: 100%;   /*设置装图片的盒子大小*/
            height: 700px;
            background: #fff;
            border-radius: 5px;
            margin: 0 auto;
            z-index: -1;
}
#box .list {          /*图片的父级*/
            position: relative;
            width: 100%;
            height: 676px;
            overflow: hidden;
            margin: 0 auto;
}
#box .list li{          /*所有图片叠在一起*/
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 400px;
            opacity: 0;
            transition: opacity 1.5s linear     /*给图片设置动画*/
}
#box .list li>#img_span1{
	position: absolute;
	top: 20px;
	left: 400px;
	width: 300px;
	height: 200px;
	color: white;
	
}
#box .list li>#img_span1>#sp1{
	font-size:53px ;
	font-family: "楷体";
	
}
#box .list li>#img_span1>#sp2{
	font-size:30px ;
	font-family: "楷体";
}
#box .list li.current {
            opacity: 1;
}
#box .count {
            position: absolute;
            left: 45%;
            bottom: 4%;
}
#box .count li {
            color: #fff;
            float: left;
            width: 40px;
            height: 10px;
            cursor: pointer;
            margin-right: 5px;
            overflow: hidden;
             background: white;         
            text-align: center;
            list-style: none;
            font-size:12px ;
}
#box .count li.current {
            color:white;	
            font-weight: 700;           
            background: darkgray; 
}
/*热门产品*/
.hotcp-bj{
	width: 100%;
	height: 528px;
	position: relative;
}
.hotcp-bj>img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	background-size:cover ;
}
.hotcp{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.title{
	width: 1200px;
	height: 10px;
	margin: 0 auto;
	padding-top: 20px;
}
.title>p{
	text-align: center;
	padding-bottom: 10px;
	color: #349140;
}
.title>p:first-child{
	font-size: 20px;
}
.title>p:first-child>span:first-child{
	font-size: 30px;	
	font-weight: bold;
}
.title>p:last-child{
	font-size: 14px;
}

.hotcp>ul{
	list-style: none;
	text-align: center;
	margin-top: 40px;
}
.hotcp>ul>li{
	width: 200px;
	float: left;
	overflow: hidden;
}
.hotcp>ul>li:last-child{
	float: right;
}
.hotcp>ul>li>ul>li img{
	transition: all 0.8s linear;	
}
.hotcp>ul>li>ul>li:hover img{		 
	transform: scale(1.4)	
}
.hotcp>ul>li:hover>ul>li:first-child{    
	border-left: 2px solid #349140; 
	border-right: 2px solid #349140;
	border-top: 2px solid #349140; 
}
.hotcp>ul>li>ul>li:first-child{
	border-left: 2px solid darkgray; 
	border-right: 2px solid darkgray;
	border-top: 2px solid darkgray; 
}
.hotcp>ul>li:hover>ul>li:nth-child(2){
	border-left: 2px solid #349140; 
	border-right: 2px solid #349140;	
}
.hotcp>ul>li>ul>li{
	list-style: none;
	overflow: hidden;
}
.hotcp>ul>li:nth-child(2){
	margin:0 125px ;
}
.hotcp>ul>li>ul>li:first-child>p:first-child{    /*产品名称*/
	text-align: center;
	padding: 10px 0;
	background: #ebebeb;
	font-size:20px ;
	font-weight: bold;
}
.hotcp>ul>li>ul>li:first-child>p:last-child{
	text-align: center;
	padding: 5px 0 15px;
	background: #ebebeb;
	font-size:14px ;
	color: gray;
}
.hotcp>ul>li>ul>li:nth-child(2){
	border-left: 2px solid darkgray; 
	border-right: 2px solid darkgray;
	height: 200px;
	padding-top: 5px;
}
.hotcp>ul>li>ul>li:nth-child(3){
	padding: 8px 0;
	background: #349140;
	border-left: 2px solid #349140; 
	border-right: 2px solid #349140; 
}
.hotcp>ul>li>ul>li:nth-child(3)>a{
	text-decoration: none;
	font-size: 14px;
	color: white;
}
.hotcp>ul>li>ul>li:nth-child(3)>a:hover{
	color: #f7d414;
}
/*应用领域--工程案例*/
.yyly-bj{
	width: 100%;
	height: 686px;
    background: #004a8c;
}
.yyly{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}
.yy-list{
	margin-top: 30px;
}
.yy-list li{
	width:280px;
	height: 210px;
	list-style: none;
	float: left;
	margin-bottom: 30px;
	margin: 40px 3px 0 10px;
	text-align: center;
}
.yy-list li img{
	width:280px;
	height: 210px;
}

.yy-list .fdi{
	width:280px;
	background-color: #fff;
	margin-top: -3px;
	color: #7ea1bf;
	font-size: 20px;
}
.yy-list .bb{
	float: right;
	
}
.yy-list .aa{
	margin-right: 75px;
}
.dlul{
	height: 204px;
}

.c1{
	width: 1200px;
	margin:0 auto;
}

.c1>ul>li{
	float: left;
	width: 150px;
	border: 1px solid #c6c6c6;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-left:10px;
	color: #808080;
}
.c2{
	width: 1200px;
	margin:0 auto;
	padding-top: 118px;
}

.c2>ul>li{
	float: left;
	width: 288px;
	border: 1px solid #c6c6c6;
	text-align: center;
	margin-left:10px;
	height: 178px;
	margin-top: 10px;
}
.c2>ul>li>p{
	background-color: #2e88c4;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    margin-top: -4px;
}

.gongc{
	height: 550px;

}

.c3{
	width: 1200px;
	margin: 0 auto; 
}
.c3>ul>li{
	width: 600px;
	float: left;
	background-color: #666666;
	text-align: right;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
}
.newl{
	width: 1200px;
	margin: 0 auto;
}
.newr{
	height: 464px;
	margin-top: 100px;
}
.newl>ul>li{
	float: left;
}
.newl>ul>li:first-child>ul>li{
	float: left;
}
.ttu>li{
	width: 280px ;
	float: left;
	margin-left: 120px;
	height: 150px;
	margin-top: 50px;
}
.ftft{
	height: 200px;
	background-color: #e6e6e6;
}
.ftft>ul>li{
	float: left;
	width: 184px;
	text-align: center;
	margin-top: 59px;
}
.ffffft{
	background-color: #000000;

}
.fdtt{
	margin:0 auto;
	width: 1200px;
	height: 300px;
	border-bottom: 1px solid #ffffff;


}
.fdtt>ul>li{
	float: left;
	width: 240px;
}
.dlul>li{
	float: left;
	width: 275px;
	padding-top: 18px;
	color: #1f81c2;
}
/*阴影背景--公司介绍*/
.yiying-bj{
	width: 100%;
	height: 1534px;
	background-color: #e6e6e6;
	margin-top: -26px;
}
.title-about{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	padding-top: 60px;
}
.title-about>p{	
	padding-bottom: 131px;
    margin-top: -99px;
}
.title-about>p:first-child{
	height: 30px;
}
.title-about>p:first-child>span:first-child{
	color: #39e04e;
	font-weight: bold;
}
.title-about>p:last-child{
	display: inline-block;
	width: 1000px;
	height: 100px;
	margin: 10px 0 0 100px;
	font-size: 16px;
	line-height: 25px;
	text-indent: 2em;
	letter-spacing:1px;
}
/*新闻中心*/
.news-bj{
	width: 100%;
	height: 632px;
	background-size:cover;
	position: relative;
}
.news{
	width: 1200px;
	height: 420px;
	margin: 0 auto;
}
.news-list{
	width: 1200px;
	margin-top: 80px;
	
}
.news-left{   /*新闻左边--龙桥动态*/
    width: 674px;
   
    float: left;
}
.news-left>p{
	font-size: 20px;
	font-weight: bold;
	color:#32b042 ;
}
.news-left>ul{
}
.news-left>ul>li{
	list-style: none;
	margin-bottom: 10px;
	
}
.news-left>ul>li>ul>li{
	list-style: none;
	float: left;
}

.news-left>ul>li>ul>li:nth-child(1)>p:first-child{  
	font-size: 24px;
	font-weight: bold;	
}
.news-left>ul>li>ul>li:nth-child(1)>p:last-child{  
	color: #5d605e;
}
.news-left>ul>li>ul>li:nth-child(2){  /*新闻文字*/
	
}
.news-left>ul>li>ul>li:nth-child(2)>p{  /*新闻文字*/
	
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(1)>a{
	text-decoration: none;
	color: black;
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(2){
	font-size: 12px;
	
	line-height: 18px;
}
.news-left>ul>li>ul>li:nth-child(2)>p:nth-child(2)>a{
	text-decoration: none;
	color:#5d605e ;
}
.news-left>ul>li>ul>li:nth-child(2)>p>a:hover{
	color:#32b042 ;
}
.news-right{   /*新闻右边--行业资讯*/
    width: 524px;
    float: left;
    height: 418px;
    border: 1px solid #666666;
    
}
.news-right>p{
	font-size: 20px;
	font-weight: bold;
	color:#32b042 ;
}
.newqq{
	border-bottom: 1px solid #cccccc;
	height: 60px;
}
.newqq>ul>li{
	float: left;
	height: 60px;
	line-height: 60px;
	width: 174px;
	text-align: center;
}
.news-right>ul{
	margin-top: 20px;
}
.news-right>ul>li{
	list-style: none;
	margin-bottom: 10px;
	
}
.news-right>ul>li>ul>li{
	list-style: none;
	float: left;
	margin-right: 30px;
}
.news-right>ul>li>ul>li:nth-child(1){/*日期内容*/
	
}
.news-right>ul>li>ul>li:nth-child(1)>p:first-child{  
	font-size: 16px;
	color: #5d605e;	
}
.news-right>ul>li>ul>li:nth-child(1)>p:last-child{  
	color: #5d605e;
}
.news-right>ul>li>ul>li:nth-child(2){  /*新闻文字*/
	 width: 400px;
}
.news-right>ul>li>ul>li:nth-child(2)>p{  /*新闻文字*/
	margin-bottom: 5px;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(2){
	font-size: 12px;

	line-height: 18px;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(1)>a{
	text-decoration: none;
	color: black;
}
.news-right>ul>li>ul>li:nth-child(2)>p:nth-child(2)>a{
	text-decoration: none;
	color:#5d605e ;
}
.news-right>ul>li>ul>li:nth-child(2)>p>a:hover{
	color:#32b042 ;
}
/*产品滚动*/
.cpgd-bj{
	width: 100%;
	height: 400px;
	background: #ebebeb;
}
.cpgd{
	width: 1400px;
	height: 400px;
	margin: 0 auto;
}
.cpgd-list{
	padding-left: 10%;
}
.cpgd-list>li{
	list-style: none;
	float: left;
}
.cpgd-list>li>a{
	text-decoration: none;
	font-size: 14px;
	color: #282828;
}
.cpgd-list>li>a:hover{
	color: #32b042;
}
/*无缝滚动*/
ul{
	list-style-type:none;

}

/* 水平滚动
------------------------------ */
.scroll_horizontal{position:relative;width:1400px;height:260px;margin-top:20px;line-height:20px;background:;margin-top: 40px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1400px;height:260px;margin: 0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:300px;text-align:center;}
.scroll_horizontal .list li img{width: 285px;height: 260px;}
.scroll_horizontal .list li p{display: inline-block;width:295px;height: 40px; color: #525252;padding: 10px 0;font-size:14px ;}
.scroll_horizontal .plus,
.scroll_horizontal .minus{position:absolute;top:75px;width:40px;height:40px;cursor:pointer;}
.scroll_horizontal .plus{left:40px;background: url(../images/left.jpg) no-repeat; background-size:cover ;border-radius:50% ;}
.scroll_horizontal .minus{right:40px;background: url(../images/right.jpg) no-repeat; background-size:cover ;border-radius:50% ;opacity: 0.8;}
.scroll_horizontal .plus:hover,
.scroll_horizontal .minus:hover{opacity: 0.4;}


/*底部*/
.bottom-bj{
	width: 100%;
	height: 180px;
	background: #000000;
}
.bottom{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}
.bottom .bot-nav li>a{
	text-decoration: none;
    color: white;
}
.bottom .bot-nav>li>a{
	font-weight: bold;
}
.bottom .bot-nav {
	padding:3px 0 0 0px ;
}
.bottom .bot-nav li{
	margin-bottom: 10px;

}
.bottom .bot-nav>li{
	text-align: center;
}
.bottom>.bot-nav>li>ul{
	margin-top: 20px;
}
.bottom>.bot-nav>li>ul>li{
	margin-bottom: 10px;
	color: white;
}
.bottom>.bot-nav>li>ul>li>a:hover{

	color: #046f27;
}
.bottom>.bot-nav>li:last-child p{
	display: inline-block;
	width: 160px;
	font-size: 12px;
	color: white;
	margin-top: 10px;
}
/*版权脚部*/
.footer-beijing{
	width: 100%;
	height: 60px;
	background: #0c692b;
	text-align: center;
}
.footer{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	color: white;	
	font-size: 14px;
}
.footer p{
	padding-top:10px ;
}
.footer p a{
	color: white;
	text-decoration: none;
}
.footer p a:hover{
	color: #1aac4a;
}
.footer p span{
	padding-top:16px ;
}
.fgdds{
	background-color: #000000;
}
.fdssdf{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.fdssdf>ul>li{
	float: left;
	width: 12%;
	text-align: center;
}
/*关于我们*/
.cont-bj{
	width: 1200px;
	background: white;
	margin: 0 auto;
	margin-top: 10px;
	min-height:588px;
}
.cont-left{
	width: 200px;
	background: white;
	padding: 20px 10px 10px  20px;
	float: left;
	
}
.cont-left>p:first-child{
		color: #1aac4a;
		font-weight:bold ;
		font-size:24px ;
}
.cont-left>p:first-child img{
		width: 90px;
		height: 40px;
		padding-left: 5px ;
}
.cont-left>ul{
	margin-top: 10px;
}
.cont-left>ul>li a{
    text-decoration: none;
    font-size:14px;
    color:#4a4848;  
    
}  
.cont-left>ul li{
	 padding: 10px 5px;
	 border-bottom: 1px dashed darkgray;
	 transition: all 0.5s linear;  
}
.cont-left>ul li:first-child{
	 border-top: 1px dashed darkgray;
}
.cont-left>ul li:hover{
	background: #1aac4a;
	color: white;
}
.cont-left>ul li:hover a{
	color: white;
}
.cont-number>p:first-child{
	margin-top: 10px;
	font-size:20px ;
	font-weight:bold ;
	color: #525251;
	padding-bottom:5px ;
	border-bottom:1px solid #f66441 ;
}
.cont-number>p:last-child{
	font-size:20px ;
	font-weight:bold ;
	color: #1aac4a;
	padding-top: 10px;
}
.cont-top{
	width: 100%;
	height: 50px;
	line-height:50px;
	background-color:#ededed;
}
.cont-top ul img{
	height: 20px;
}
.cont-top>ul>li{
	float: left;
	list-style: none;
	font-size:14px ;
	color: #616060;
}
.cont-top>ul>li>img{
	vertical-align: middle;
}
.cont-top>ul{
	float: left;
}
.cont-top-left{
	float: left;
}
.cont-top>ul>li>a{
	text-decoration: none;
	color: #616060;
}
.cont-top>ul>li>a:hover{
   color: #fdb812;
}
/*内页主体内容*/
.cont-middle{
	width: 900px;
	float: left;
	margin: 30px 0 20px 20px;
	position: relative;
}
.cont-middle .about-word{
	width: 953px;
}

.about_cont{
	width: 1200px;
	margin: 0 auto;
	height: 263px;
	margin-top: 43px;
}

.about_cont>ul>li{
	float: left;
	line-height: 188px;
}

.about_cont>ul>li:first-child{
	width: 300px;
	
}

.about_cont>ul>li:last-child{
	width: 900px;
}

.about_lu>li{
	width: 255px;
    float: left;
    text-align: center;
    margin-left: 35px;
}
.hover{
	background: #f7c117;
}
.cont-middle .about-word p{
	text-indent: 2em;
	margin-bottom: 10px;
	font-size:18px ;
	line-height: 1.5em;
}
.about-word p img{ max-width:100%;}
/*产品中心*/
.severs{
	position: relative;
	padding-bottom: 50px;
}
.severs-list>ul>li{
	float: left;
	text-align: center;
	margin-left: 35px;
	margin-bottom: 10px;
}
.severs-list>ul>li p{
	margin-top: 5px;
	font-size:14px ;
}

.severs-list>ul>li img{
	width: 250px;
	height: 180px;
}
/*页数选择*/
.select-list{

	height: 40px;

	right: 180px;
	list-style: none;
	z-index: 9;
}
.select-list>li{
	float: left;
	font-size:14px ;
	text-align: center;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid darkgray;
	line-height:22px ;
	padding: 5px;
}
.select-list>li>a{
	text-decoration: none;
	color: #8a8888;
}
.select-list>li:hover{
	background: #22ac38;
	color: white;
	border: 1px solid #2878f0;
}
.select-list>li:hover a{
	color: white;
}
.select-list .next{
	width: 60px;
	height: 20px;
	line-height: 22px;
}
/*新闻资讯*/
.xinwen-list{

	
}
.xinwen-list>ul:first-child>li{
    margin-top: 56px;

}
.xinwen-list>ul:first-child>li>ul>li img{
	width: 200px;
	
}
.xinwen-list>ul:first-child>li>ul>li{
	float: left;
	margin-right: 20px;
	padding: 10px;
}
.xinwen-list>ul:first-child>li>ul>li p{
	margin-bottom: 10px;
}
.xinwen-list>ul:first-child>li>ul>li p:first-child{  /*新闻标题*/
	color: #565657;
	font-weight:bold;
	font-size: 20px;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(2){  /*新闻时间*/
	color: #858585;
	font-size:16px ;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(3){  /*新闻内容简要*/
	color: #555556;
	font-size:14px ;
	width:580px;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(4) a{  /*新闻内容简要*/
	text-decoration: none;
	font-size:14px ;
	color: #243238;
}
.xinwen-list>ul:first-child>li>ul>li p:nth-child(4) a:hover{  /*新闻内容简要*/
	color: #f66441;
}
/*产品详情*/
.chanpin-detail-list{
	margin:0 0 50px 40px;
}
.chanpin-detaill{
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
}
.chanpin-detail img{
	width: 400px;
	height: 270px;
}
.chanpin-detail ul li {
	margin-bottom: 10px;
}
.chanpin-detail ul li span{
	color: #ffa311;
	font-size:30px ;
}
/*新闻详情*/
.xinwen-list-detail{

}
.xinwen-list-detail>p{
	text-align: center;
	font-size:24px ;
	color: #434242;
}
.xinwen-list-detail>ul{
	margin: 20px auto;
	padding: 0 0 33px 499px;
	border-bottom:1px solid darkgray ;
}
.xinwen-list-detail>ul>li{
	float: left;
	font-size: 18px;
	color: #5a5a5a;
}
.xinwen-detail-word{                 /*新闻详情页*/
	margin: 20px auto;
	width: 680px;
	text-indent: 2em;
	font-size:14px ;
	color: #5a5a5a;
	line-height: 20px;
}
.xinwen-detail-word img{
	margin-top: 20px;
	width: 680px;
}

DIV.msdn {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; text-align:right;
	}
DIV.msdn A {
	BORDER-RIGHT: #0090cf 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #0090cf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 4px; MARGIN: 0px 3px; BORDER-LEFT: #0090cf 1px solid; COLOR: #0090cf; PADDING-TOP: 5px; BORDER-BOTTOM: #0090cf 1px solid; TEXT-DECORATION: none
}
DIV.msdn A:hover {
	BORDER-RIGHT: #0090cf 1px solid; BORDER-TOP: #0090cf 1px solid; BORDER-LEFT: #0090cf 1px solid; COLOR: #FFF; BORDER-BOTTOM: #0090cf 1px solid; BACKGROUND-COLOR: #0090cf
}
DIV.pagination A:active {
	BORDER-RIGHT: #0090cf 1px solid; BORDER-TOP: #0090cf 1px solid; BORDER-LEFT: #0090cf 1px solid; COLOR: #0090cf; BORDER-BOTTOM: #0090cf 1px solid; BACKGROUND-COLOR: #0090cf
}
DIV.msdn SPAN.current {
	BORDER-RIGHT: #0090cf 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #0090cf 1px solid; PADDING-LEFT: 5px;  PADDING-BOTTOM: 4px; MARGIN: 0px 3px; BORDER-LEFT: #0090cf 1px solid; COLOR: #444444; PADDING-TOP: 5px; BORDER-BOTTOM: #0090cf 1px solid;
}
DIV.msdn SPAN.disabled {
	BORDER-RIGHT: #0090cf 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #0090cf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 4px; MARGIN: 0px 3px; BORDER-LEFT: #0090cf 1px solid; COLOR: #0090cf; PADDING-TOP: 5px; BORDER-BOTTOM: #0090cf 1px solid; TEXT-DECORATION: none
}
